getTemplate

abstract fun getTemplate(): Template

Gets the Template associated with this schedule.

This template will be displayed when this schedule's criteria are met. A schedule typically has either a playlist or a template, but not both.

Return

The Template to be displayed, or null if this schedule is for a Playlist or if no template is assigned.

See also